home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / rtgmaster / rtgami.m < prev    next >
Encoding:
Text File  |  2000-06-15  |  1.1 KB  |  67 lines

  1. /*
  2. **     $VER: rtgAMI 1.006 (15 Jan 1998)
  3. */
  4.  
  5. MODULE    'rtgmaster/rtgsublibs',
  6.             'rtgmaster/rtgmaster',
  7.             'exec/libraries',
  8.             'graphics/gfx',
  9.             'graphics/rastport',
  10.             'graphics/view',
  11.             'intuition/screens'
  12.  
  13. OBJECT RtgBaseAMI
  14.     LibBase:Library,
  15.     Pad1:UWORD,
  16.     SegList:ULONG,
  17.     ExecBase:PTR,
  18.     UtilityBase:PTR,
  19.     DosBase:PTR,
  20.     CGXBase:PTR,
  21.     GfxBase:PTR,
  22.     IntBase:PTR,
  23.     Flags:ULONG,
  24.     ExpansionBase:PTR,
  25.     DiskFontBase:PTR
  26.  
  27. OBJECT MyPort
  28.     port:PTR TO MsgPort,
  29.     signal:ULONG,
  30.     MouseX:PTR TO WORD,
  31.     MouseY:PTR TO WORD
  32.  
  33. OBJECT RtgScreenAMI
  34.     Header:RtgScreen,
  35.     Locks:UWORD,
  36.     ScreenHandle:PTR TO Screen,
  37.     PlaneSize:ULONG,
  38.     DispBuf:ULONG,
  39.     ChipMem1:ULONG,
  40.     ChipMem2:ULONG,
  41.     ChipMem3:ULONG,
  42.     Bitmap1:BitMap,
  43.     Bitmap2:BitMap,
  44.     Bitmap3:BitMap,
  45.     Flags:ULONG,
  46.     MyRect:Rectangle,
  47.     Place[52]:BYTE,
  48.     RastPort1:RastPort,
  49.     RastPort2:RastPort,
  50.     RastPort3:RastPort,
  51.     MyWindow:PTR,
  52.     Pointer:PTR,
  53.     PortData:MyPort,
  54.     dbufinfo:PTR TO DBufInfo,
  55.     DispBuf1:ULONG,
  56.     DispBuf2:ULONG,
  57.     DispBuf3:ULONG,
  58.     SafeToWrite:ULONG,
  59.     SafeToDisp:ULONG,
  60.     SrcMode:ULONG,
  61.     tempras:PTR,
  62.     tempbm:PTR,
  63.     wbcolors:PTR,
  64.     Width:ULONG,
  65.     Height:ULONG,
  66.     colchanged:ULONG
  67.